home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-06-07 | 1.0 KB | 27 lines | [TEXT/ttxt] |
- Settings File = TestBed
- Script Name = DrawHorizLine
- Command Key =
- F-key =
- Menu = NO
- Button = NO
-
- 1 Remark "This script sends the necessary VT100 commands"
- 2 Remark "to create a horizontal line seperating the two"
- 3 Remark "scrolling regions from each other. Rather than"
- 4 Remark "putting up a simple line of dashes, this uses the"
- 5 Remark "VT100 graphics characters for a better looking"
- 6 Remark "line. A line with 'T' caps at each end."
- 7 Remark "====================================="
- 8 Send Local to Screen "^[1"
- 9 Send Local to Screen "^[(0"
- 10 Remark "====================================="
- 11 Remark "Display the graphic line at line 20."
- 12 Remark "====================================="
- 13 Move Cursor to Absolute row "=20"
- 14 Move Cursor to Absolute column "=0"
- 15 Send Local to Screen "tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqu"
- 16 Move Cursor to Absolute row "=0"
- 17 Move Cursor to Absolute column "=0"
- 18 Send Local to Screen "^[(B"
- 19 Send Local to Screen "^[2"
-